projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e187747
)
(other-frame): Don't call unfocus-frame.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Sep 1996 21:38:45 +0000
(21:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Sep 1996 21:38:45 +0000
(21:38 +0000)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 274b86bbc9550441d0f76be99dbd8979b69e21e2..b8184b98adc83374f12bdfd465fba9be0f51f8c4 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-514,9
+514,7
@@
A negative ARG moves in the opposite order."
(setq arg (1+ arg)))
(raise-frame frame)
(select-frame frame)
- (set-mouse-position (selected-frame) (1- (frame-width)) 0)
- (if (fboundp 'unfocus-frame)
- (unfocus-frame))))
+ (set-mouse-position (selected-frame) (1- (frame-width)) 0)))
\f
;;;; Frame configurations